Allow omitting part of the output of a process
authorAlex Crichton <alex@alexcrichton.com>
Wed, 23 Jul 2014 19:47:59 +0000 (12:47 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 23 Jul 2014 19:52:18 +0000 (12:52 -0700)
commit93c2d0d4ffe3885f71a14b9cb9a92f11a8316c53
treeccba2fea72b08ecf8996f65586d3906fdf691c01
parent92062d5e34a02d33bdc7422e4b8480b68cabfb60
Allow omitting part of the output of a process

Sometimes it's a pain to match the *exact* output of a process, so this adds a
placeholder where `[..]` indicates "any more input on this line". It can in
theory be used multiple times in a input string.
tests/support/mod.rs